1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class FrmDEFFECTIVE_RETURN_STOCKS
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Me.components = New System.ComponentModel.Container
26         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FrmDEFFECTIVE_RETURN_STOCKS))
27         Me.Panel1 = New System.Windows.Forms.Panel
28         Me.Label2 = New System.Windows.Forms.Label
29         Me.Label1 = New System.Windows.Forms.Label
30         Me.PictureBox1 = New System.Windows.Forms.PictureBox
31         Me.GroupBox1 = New System.Windows.Forms.GroupBox
32         Me.grpCat = New System.Windows.Forms.GroupBox
33         Me.cmdcancel = New System.Windows.Forms.Button
34         Me.CmdSearch = New System.Windows.Forms.Button
35         Me.txtname = New System.Windows.Forms.TextBox
36         Me.Label5 = New System.Windows.Forms.Label
37         Me.rbpending = New System.Windows.Forms.RadioButton
38         Me.dtreturn = New System.Windows.Forms.DateTimePicker
39         Me.Label3 = New System.Windows.Forms.Label
40         Me.lstdeffect = New System.Windows.Forms.ListView
41         Me.ImageList1 = New System.Windows.Forms.ImageList(Me.components)
42         Me.rbReturn = New System.Windows.Forms.RadioButton
43         Me.rbDeffect = New System.Windows.Forms.RadioButton
44         Me.Label4 = New System.Windows.Forms.Label
45         Me.Label6 = New System.Windows.Forms.Label
46         Me.Label7 = New System.Windows.Forms.Label
47         Me.Panel1.SuspendLayout()
48         CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
49         Me.GroupBox1.SuspendLayout()
50         Me.grpCat.SuspendLayout()
51         Me.SuspendLayout()
52         
'
53         
'Panel1
54         
'
55         Me.Panel1.Controls.Add(Me.Label2)
56         Me.Panel1.Controls.Add(Me.Label1)
57         Me.Panel1.Controls.Add(Me.PictureBox1)
58         Me.Panel1.Location = New System.Drawing.Point(
2, 3)
59         Me.Panel1.Name =
"Panel1"
60         Me.Panel1.Size = New System.Drawing.Size(
470, 46)
61         Me.Panel1.TabIndex =
0
62         
'
63         
'Label2
64         
'
65         Me.Label2.AutoSize = True
66         Me.Label2.Location = New System.Drawing.Point(
60, 26)
67         Me.Label2.Name =
"Label2"
68         Me.Label2.Size = New System.Drawing.Size(
244, 13)
69         Me.Label2.TabIndex =
2
70         Me.Label2.Text =
"List of returns stocks with corresponding quantity"
71         
'
72         
'Label1
73         
'
74         Me.Label1.AutoSize = True
75         Me.Label1.Font = New System.Drawing.Font(
"Tahoma", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
76         Me.Label1.ForeColor = System.Drawing.SystemColors.Highlight
77         Me.Label1.Location = New System.Drawing.Point(
59, 3)
78         Me.Label1.Name =
"Label1"
79         Me.Label1.Size = New System.Drawing.Size(
282, 23)
80         Me.Label1.TabIndex =
1
81         Me.Label1.Text =
"Defective And Return Stocks"
82         
'
83         
'PictureBox1
84         
'
85         Me.PictureBox1.Image = CType(resources.GetObject(
"PictureBox1.Image"), System.Drawing.Image)
86         Me.PictureBox1.Location = New System.Drawing.Point(
3, 3)
87         Me.PictureBox1.Name =
"PictureBox1"
88         Me.PictureBox1.Size = New System.Drawing.Size(
50, 40)
89         Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
90         Me.PictureBox1.TabIndex =
0
91         Me.PictureBox1.TabStop = False
92         
'
93         
'GroupBox1
94         
'
95         Me.GroupBox1.Controls.Add(Me.grpCat)
96         Me.GroupBox1.Controls.Add(Me.rbpending)
97         Me.GroupBox1.Controls.Add(Me.dtreturn)
98         Me.GroupBox1.Controls.Add(Me.Label3)
99         Me.GroupBox1.Controls.Add(Me.lstdeffect)
100         Me.GroupBox1.Controls.Add(Me.rbReturn)
101         Me.GroupBox1.Controls.Add(Me.rbDeffect)
102         Me.GroupBox1.Location = New System.Drawing.Point(
5, 43)
103         Me.GroupBox1.Name =
"GroupBox1"
104         Me.GroupBox1.Size = New System.Drawing.Size(
919, 599)
105         Me.GroupBox1.TabIndex =
1
106         Me.GroupBox1.TabStop = False
107         
'
108         
'grpCat
109         
'
110         Me.grpCat.BackColor = System.Drawing.Color.Gainsboro
111         Me.grpCat.Controls.Add(Me.cmdcancel)
112         Me.grpCat.Controls.Add(Me.CmdSearch)
113         Me.grpCat.Controls.Add(Me.txtname)
114         Me.grpCat.Controls.Add(Me.Label5)
115         Me.grpCat.FlatStyle = System.Windows.Forms.FlatStyle.Popup
116         Me.grpCat.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
117         Me.grpCat.Location = New System.Drawing.Point(
281, 214)
118         Me.grpCat.Name =
"grpCat"
119         Me.grpCat.Size = New System.Drawing.Size(
320, 81)
120         Me.grpCat.TabIndex =
7
121         Me.grpCat.TabStop = False
122         Me.grpCat.Text =
"Search by Supplier Name "
123         Me.grpCat.Visible = False
124         
'
125         
'cmdcancel
126         
'
127         Me.cmdcancel.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
128         Me.cmdcancel.Location = New System.Drawing.Point(
239, 52)
129         Me.cmdcancel.Name =
"cmdcancel"
130         Me.cmdcancel.Size = New System.Drawing.Size(
75, 23)
131         Me.cmdcancel.TabIndex =
3
132         Me.cmdcancel.Text =
"&Cancel"
133         Me.cmdcancel.UseVisualStyleBackColor = True
134         
'
135         
'CmdSearch
136         
'
137         Me.CmdSearch.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
138         Me.CmdSearch.Location = New System.Drawing.Point(
158, 52)
139         Me.CmdSearch.Name =
"CmdSearch"
140         Me.CmdSearch.Size = New System.Drawing.Size(
75, 23)
141         Me.CmdSearch.TabIndex =
2
142         Me.CmdSearch.Text =
"&Search"
143         Me.CmdSearch.UseVisualStyleBackColor = True
144         
'
145         
'txtname
146         
'
147         Me.txtname.Font = New System.Drawing.Font(
"Tahoma", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
148         Me.txtname.Location = New System.Drawing.Point(
60, 23)
149         Me.txtname.MaxLength =
50
150         Me.txtname.Name =
"txtname"
151         Me.txtname.Size = New System.Drawing.Size(
254, 22)
152         Me.txtname.TabIndex =
1
153         
'
154         
'Label5
155         
'
156         Me.Label5.AutoSize = True
157         Me.Label5.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
158         Me.Label5.Location = New System.Drawing.Point(
7, 31)
159         Me.Label5.Name =
"Label5"
160         Me.Label5.Size = New System.Drawing.Size(
52, 13)
161         Me.Label5.TabIndex =
0
162         Me.Label5.Text =
"Search :"
163         
'
164         
'rbpending
165         
'
166         Me.rbpending.AutoSize = True
167         Me.rbpending.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
168         Me.rbpending.Location = New System.Drawing.Point(
505, 15)
169         Me.rbpending.Name =
"rbpending"
170         Me.rbpending.Size = New System.Drawing.Size(
171, 17)
171         Me.rbpending.TabIndex =
10
172         Me.rbpending.TabStop = True
173         Me.rbpending.Text =
"Pending Defective Stocks"
174         Me.rbpending.UseVisualStyleBackColor = True
175         
'
176         
'dtreturn
177         
'
178         Me.dtreturn.CalendarFont = New System.Drawing.Font(
"Tahoma", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
179         Me.dtreturn.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
180         Me.dtreturn.Location = New System.Drawing.Point(
295, 12)
181         Me.dtreturn.Name =
"dtreturn"
182         Me.dtreturn.Size = New System.Drawing.Size(
204, 21)
183         Me.dtreturn.TabIndex =
9
184         
'
185         
'Label3
186         
'
187         Me.Label3.AutoSize = True
188         Me.Label3.Font = New System.Drawing.Font(
"Tahoma", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
189         Me.Label3.Location = New System.Drawing.Point(
198, 17)
190         Me.Label3.Name =
"Label3"
191         Me.Label3.Size = New System.Drawing.Size(
91, 14)
192         Me.Label3.TabIndex =
8
193         Me.Label3.Text =
"Return Date :"
194         
'
195         
'lstdeffect
196         
'
197         Me.lstdeffect.FullRowSelect = True
198         Me.lstdeffect.GridLines = True
199         Me.lstdeffect.Location = New System.Drawing.Point(
4, 38)
200         Me.lstdeffect.Name =
"lstdeffect"
201         Me.lstdeffect.Size = New System.Drawing.Size(
909, 555)
202         Me.lstdeffect.SmallImageList = Me.ImageList1
203         Me.lstdeffect.TabIndex =
0
204         Me.lstdeffect.UseCompatibleStateImageBehavior = False
205         Me.lstdeffect.View = System.Windows.Forms.View.Details
206         
'
207         
'ImageList1
208         
'
209         Me.ImageList1.ImageStream = CType(resources.GetObject(
"ImageList1.ImageStream"), System.Windows.Forms.ImageListStreamer)
210         Me.ImageList1.TransparentColor = System.Drawing.Color.Transparent
211         Me.ImageList1.Images.SetKeyName(
0, "box_16.png")
212         
'
213         
'rbReturn
214         
'
215         Me.rbReturn.AutoSize = True
216         Me.rbReturn.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
217         Me.rbReturn.Location = New System.Drawing.Point(
808, 15)
218         Me.rbReturn.Name =
"rbReturn"
219         Me.rbReturn.Size = New System.Drawing.Size(
105, 17)
220         Me.rbReturn.TabIndex =
3
221         Me.rbReturn.Text =
"Return Stocks"
222         Me.rbReturn.UseVisualStyleBackColor = True
223         
'
224         
'rbDeffect
225         
'
226         Me.rbDeffect.AutoSize = True
227         Me.rbDeffect.Checked = True
228         Me.rbDeffect.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
229         Me.rbDeffect.Location = New System.Drawing.Point(
682, 15)
230         Me.rbDeffect.Name =
"rbDeffect"
231         Me.rbDeffect.Size = New System.Drawing.Size(
120, 17)
232         Me.rbDeffect.TabIndex =
2
233         Me.rbDeffect.TabStop = True
234         Me.rbDeffect.Text =
"Defective Stocks"
235         Me.rbDeffect.UseVisualStyleBackColor = True
236         
'
237         
'Label4
238         
'
239         Me.Label4.AutoSize = True
240         Me.Label4.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
241         Me.Label4.Location = New System.Drawing.Point(
573, 14)
242         Me.Label4.Name =
"Label4"
243         Me.Label4.Size = New System.Drawing.Size(
54, 13)
244         Me.Label4.TabIndex =
2
245         Me.Label4.Text =
"Legend :"
246         
'
247         
'Label6
248         
'
249         Me.Label6.AutoSize = True
250         Me.Label6.Location = New System.Drawing.Point(
628, 14)
251         Me.Label6.Name =
"Label6"
252         Me.Label6.Size = New System.Drawing.Size(
155, 13)
253         Me.Label6.TabIndex =
3
254         Me.Label6.Text =
"Black for not process defective"
255         
'
256         
'Label7
257         
'
258         Me.Label7.AutoSize = True
259         Me.Label7.ForeColor = System.Drawing.Color.Red
260         Me.Label7.Location = New System.Drawing.Point(
628, 27)
261         Me.Label7.Name =
"Label7"
262         Me.Label7.Size = New System.Drawing.Size(
131, 13)
263         Me.Label7.TabIndex =
4
264         Me.Label7.Text =
"Red for process defective"
265         
'
266         
'FrmDEFFECTIVE_RETURN_STOCKS
267         
'
268         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
269         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
270         Me.BackColor = System.Drawing.Color.WhiteSmoke
271         Me.ClientSize = New System.Drawing.Size(
1131, 681)
272         Me.Controls.Add(Me.Label7)
273         Me.Controls.Add(Me.Label6)
274         Me.Controls.Add(Me.Label4)
275         Me.Controls.Add(Me.GroupBox1)
276         Me.Controls.Add(Me.Panel1)
277         Me.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
278         Me.Name =
"FrmDEFFECTIVE_RETURN_STOCKS"
279         Me.Text =
"Defective Stocks"
280         Me.Panel1.ResumeLayout(False)
281         Me.Panel1.PerformLayout()
282         CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
283         Me.GroupBox1.ResumeLayout(False)
284         Me.GroupBox1.PerformLayout()
285         Me.grpCat.ResumeLayout(False)
286         Me.grpCat.PerformLayout()
287         Me.ResumeLayout(False)
288         Me.PerformLayout()
289
290     End Sub
291     Friend WithEvents Panel1 As System.Windows.Forms.Panel
292     Friend WithEvents Label1 As System.Windows.Forms.Label
293     Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
294     Friend WithEvents Label2 As System.Windows.Forms.Label
295     Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
296     Friend WithEvents lstdeffect As System.Windows.Forms.ListView
297     Friend WithEvents dtreturn As System.Windows.Forms.DateTimePicker
298     Friend WithEvents Label3 As System.Windows.Forms.Label
299     Friend WithEvents rbDeffect As System.Windows.Forms.RadioButton
300     Friend WithEvents rbReturn As System.Windows.Forms.RadioButton
301     Friend WithEvents rbpending As System.Windows.Forms.RadioButton
302     Friend WithEvents grpCat As System.Windows.Forms.GroupBox
303     Friend WithEvents cmdcancel As System.Windows.Forms.Button
304     Friend WithEvents CmdSearch As System.Windows.Forms.Button
305     Friend WithEvents txtname As System.Windows.Forms.TextBox
306     Friend WithEvents Label5 As System.Windows.Forms.Label
307     Friend WithEvents ImageList1 As System.Windows.Forms.ImageList
308     Friend WithEvents Label4 As System.Windows.Forms.Label
309     Friend WithEvents Label6 As System.Windows.Forms.Label
310     Friend WithEvents Label7 As System.Windows.Forms.Label
311 End Class


Gõ tìm kiếm nhanh...